Visual Studio build: Update gsk project
authorChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 3 Jan 2017 07:16:32 +0000 (15:16 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 3 Jan 2017 07:17:38 +0000 (15:17 +0800)
A new Vulkan source was added, so this needs to be added to the projects.

build/win32/vs12/gsk-4.vcxproj.filtersin
build/win32/vs12/gsk-4.vcxprojin

index 2cd5a45959a043265039b02ab0d5ffeb5afb043b..6bd8d0af245038bd61b9fe2ba05eb32eb75278be 100755 (executable)
@@ -25,6 +25,7 @@
    <ClCompile Include="..\..\..\gsk\gskvulkanclip.c"><Filter>Source Files</Filter></ClCompile>
    <ClCompile Include="..\..\..\gsk\gskvulkancolorpipeline.c"><Filter>Source Files</Filter></ClCompile>
    <ClCompile Include="..\..\..\gsk\gskvulkancommandpool.c"><Filter>Source Files</Filter></ClCompile>
+   <ClCompile Include="..\..\..\gsk\gskvulkaneffectpipeline.c"><Filter>Source Files</Filter></ClCompile>
    <ClCompile Include="..\..\..\gsk\gskvulkanlineargradientpipeline.c"><Filter>Source Files</Filter></ClCompile>
    <ClCompile Include="..\..\..\gsk\gskvulkanimage.c"><Filter>Source Files</Filter></ClCompile>
    <ClCompile Include="..\..\..\gsk\gskvulkanmemory.c"><Filter>Source Files</Filter></ClCompile>
index 510d5705ffed88c2b03e7b471f2cb7f90b9a2dbb..0f1a12592079652d327e6d47e2191321b3e4303f 100755 (executable)
      <ExcludedFromBuild Condition="'$(Configuration)'=='Debug'">true</ExcludedFromBuild>
      <ExcludedFromBuild Condition="'$(Configuration)'=='Release'">true</ExcludedFromBuild>
    </ClCompile>
+   <ClCompile Include="..\..\..\gsk\gskvulkaneffectpipeline.c">
+     <ExcludedFromBuild Condition="'$(Configuration)'=='Debug'">true</ExcludedFromBuild>
+     <ExcludedFromBuild Condition="'$(Configuration)'=='Release'">true</ExcludedFromBuild>
+   </ClCompile>
    <ClCompile Include="..\..\..\gsk\gskvulkanlineargradientpipeline.c">
      <ExcludedFromBuild Condition="'$(Configuration)'=='Debug'">true</ExcludedFromBuild>
      <ExcludedFromBuild Condition="'$(Configuration)'=='Release'">true</ExcludedFromBuild>